home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Headers / soundkit / NXSoundIn.h < prev    next >
Encoding:
Text File  |  1993-01-29  |  255 b   |  18 lines

  1. /*
  2.  * NXSoundIn.h
  3.  *
  4.  * Copyright (c) 1992, NeXT Computer, Inc.  All rights reserved. 
  5.  */
  6.  
  7. #import "NXSoundDevice.h"
  8.  
  9. @interface NXSoundIn:NXSoundDevice
  10. {
  11.     int _reserved1;
  12. }
  13.  
  14. // Obsolete.
  15. + (port_t)lookUpDevicePortOnHost:(const char *)hostName;
  16.  
  17. @end
  18.